Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.sun.java.swing.text.
StyleConstants.CharacterConstants

java.lang.Object
  |
  +--com.sun.java.swing.text.StyleConstants.CharacterConstants

public static class StyleConstants.CharacterConstants
extends java.lang.Object
implements AttributeSet.CharacterAttribute
This is a typesafe enumeration of the well-known attributes that contribute to a character style. These are aliased by the outer class for general presentation.


Field Summary
static java.lang.Object Background
          Name of the background color attribute.
static java.lang.Object Bold
          Name of the bold attribute.
static java.lang.Object ComponentAttribute
          Name of the component attribute.
static java.lang.Object Family
          Name of the font family.
static java.lang.Object Foreground
          Name of the foreground color attribute.
static java.lang.Object IconAttribute
          Name of the icon attribute.
static java.lang.Object Italic
          Name of the italic attribute.
static java.lang.Object Orientation
          Orientation of visual text flow for the purpose of Bidi.
static java.lang.Object Size
          Name of the font size.
static java.lang.Object Underline
          Name of the underline attribute.
 
Method Summary
java.lang.String toString()
          Returns the string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

Underline

public static final java.lang.Object Underline
Name of the underline attribute.

ComponentAttribute

public static final java.lang.Object ComponentAttribute
Name of the component attribute.

IconAttribute

public static final java.lang.Object IconAttribute
Name of the icon attribute.

Orientation

public static final java.lang.Object Orientation
Orientation of visual text flow for the purpose of Bidi.

Family

public static final java.lang.Object Family
Name of the font family.

Size

public static final java.lang.Object Size
Name of the font size.

Bold

public static final java.lang.Object Bold
Name of the bold attribute.

Italic

public static final java.lang.Object Italic
Name of the italic attribute.

Foreground

public static final java.lang.Object Foreground
Name of the foreground color attribute.

Background

public static final java.lang.Object Background
Name of the background color attribute.
Method Detail

toString

public java.lang.String toString()
Returns the string representation.
Returns:
the string
Overrides:
toString in class java.lang.Object

Overview | Package | Class | Tree | Deprecated | Index | Help Java Platform
1.1.7
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Submit a bug or feature
Submit comments/suggestions about javadoc
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.